Fix remount races with symlink handling in affs
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jan 2010 05:04:07 +0000 (00:04 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Jan 2010 03:22:24 +0000 (22:22 -0500)
commit29333920a5a46edcc9b728e2cf0134d5a9b516ee
tree2991b9f6d82d43c712278d6364da4faad4a0180d
parentafc70ed05a07bfe171f7a5b8fdc80bdb073d314f
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>
fs/affs/affs.h
fs/affs/namei.c
fs/affs/super.c
fs/affs/symlink.c