commit | 29333920a5a46edcc9b728e2cf0134d5a9b516ee | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 24 00:04:07 2010 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 26 22:22:24 2010 -0500 |
tree | 2991b9f6d82d43c712278d6364da4faad4a0180d | |
parent | afc70ed05a07bfe171f7a5b8fdc80bdb073d314f [diff] |
Fix remount races with symlink handling in affs A couple of fields in affs_sb_info is used in follow_link() and symlink() for handling AFFS "absolute" symlinks. Need locking against affs_remount() updates. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>