commit | f3e0f3da1b65e84ea82176c1cda03a4b694c9911 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 16 02:35:14 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 06 17:39:19 2015 -0400 |
tree | 783f8b58b36656f1237b00dbf60af1eeeecbcec0 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
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>