]> git.ipfire.org Git - people/ms/linux.git/commit
ufs: kill more lock_ufs() calls
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 16 Jun 2015 06:35:14 +0000 (02:35 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:19 +0000 (17:39 -0400)
commitf3e0f3da1b65e84ea82176c1cda03a4b694c9911
tree783f8b58b36656f1237b00dbf60af1eeeecbcec0
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ufs: kill more lock_ufs() calls

a) move it inside ufs_truncate()
b) ufs_free_inode() doesn't need it - it's serialized on ->s_lock
c) ufs_write_inode() doesn't need it either (and can be called without
it anyway).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/inode.c
fs/ufs/truncate.c