[AFS]: Handle multiple mounts of an AFS superblock correctly.
authorDavid Howells <dhowells@redhat.com>
Thu, 26 Apr 2007 22:56:24 +0000 (15:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2007 22:56:24 +0000 (15:56 -0700)
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 <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found