SUNRPC: register PipeFS file system after pernet sybsystem
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Thu, 5 Apr 2012 17:04:37 +0000 (21:04 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 18 Apr 2012 15:05:48 +0000 (11:05 -0400)
PipeFS superblock creation routine relays on SUNRPC pernet data presense, which
is created on register_pernet_subsys() call in SUNRPC module init function.
Registering of PipeFS filesystem prior to registering of per-net subsystem
leads to races (mount of PipeFS can dereference uninitialized data).

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found