Home
last modified time | relevance | path

Searched hist:dff7cfd3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ufs/
H A Dufs.hdff7cfd3 Tue Jun 16 03:27:05 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> 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>
dff7cfd3 Tue Jun 16 03:27:05 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> 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>
H A Dsuper.cdff7cfd3 Tue Jun 16 03:27:05 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> 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>
dff7cfd3 Tue Jun 16 03:27:05 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> 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>