From: David Howells Date: Thu, 26 Apr 2007 22:56:24 +0000 (-0700) Subject: [AFS]: Handle multiple mounts of an AFS superblock correctly. X-Git-Tag: v2.6.22-rc1~1128^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436058a49e0fb91c74454dbee9cfee6fb53b4336;p=pandora-kernel.git [AFS]: Handle multiple mounts of an AFS superblock correctly. Handle multiple mounts of an AFS superblock correctly, checking to see whether the superblock is already initialised after calling sget() rather than just unconditionally stamping all over it. Also delete the "silent" parameter to afs_fill_super() as it's not used and can, in any case, be obtained from sb->s_flags. Signed-off-by: David Howells Signed-off-by: David S. Miller --- Reading git-diff-tree failed