]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 20 Sep 2012 21:23:11 +0000 (17:23 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 24 Sep 2012 17:24:29 +0000 (13:24 -0400)
commit7e1387379d7d816cc8565a5b4ef06593f6d35ae6
tree3c73132443c1fa6d78b7cd5a814e0f017b9ede4b
parent7eff80ad4204e51962fbdf7574e972aa694481d4
NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock

None of the existing pNFS layout drivers seem to require the inode
to be locked while they free the layout header.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pnfs.c