summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/Kconfig
diff options
context:
space:
mode:
authorAndy Adamson <andros@netapp.com>2013-05-08 22:21:18 +0200
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-05-08 23:19:32 +0200
commitc23266d532b4de796a346f57a66587c5db17d27e (patch)
treeff380244bcc16957bb0849cac47d5383a2b710af /arch/arm/mach-prima2/Kconfig
parentNFSv3: match sec= flavor against server list (diff)
downloadlinux-c23266d532b4de796a346f57a66587c5db17d27e.tar.xz
linux-c23266d532b4de796a346f57a66587c5db17d27e.zip
NFS4.1 Fix data server connection race
Unlike meta data server mounts which support multiple mount points to the same server via struct nfs_server, data servers support a single connection. Concurrent calls to setup the data server connection can race where the first call allocates the nfs_client struct, and before the cache struct nfs_client pointer can be set, a second call also tries to setup the connection, finds the already allocated nfs_client, bumps the reference count, re-initializes the session,etc. This results in a hanging data server session after umount. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'arch/arm/mach-prima2/Kconfig')
0 files changed, 0 insertions, 0 deletions