Al Viro dff7cfd36e ufs: kill lock_ufs()
There were 3 remaining users; in two of them we took ->s_lock immediately
after lock_ufs() and held it until just before unlock_ufs(); the third
one (statfs) could not be called from itself or from other two (remount
and sync_fs).  Just use ->s_lock in statfs and don't bother with lock_ufs
at all.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-07-06 17:39:26 -04:00
..
2015-06-30 19:44:57 -07:00
2015-06-23 18:02:01 -04:00
2015-06-23 18:01:59 -04:00
2015-06-25 17:00:42 -07:00
2015-06-27 09:47:46 -07:00
2015-06-23 18:01:59 -04:00
2015-06-23 18:01:59 -04:00
2015-04-21 16:16:02 -04:00
2015-04-11 22:29:40 -04:00
2015-07-06 17:39:26 -04:00
2015-06-02 09:22:34 -06:00
2015-04-17 09:04:12 -04:00
2015-05-31 13:23:08 +02:00
2015-06-29 12:07:04 -04:00