]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: remove nfs_inode radix tree
authorFred Isaman <iisaman@netapp.com>
Thu, 8 Mar 2012 22:29:35 +0000 (17:29 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 10 Mar 2012 22:14:10 +0000 (17:14 -0500)
commit15414c295c1cd79b3c2904499d3677fbc480bc67
treefd26cf912b676f2752c16ccce1f410872a2a485c
parent91ad091f41ca2fa4d3bd14996661a85ad74cb2c5
NFS: remove nfs_inode radix tree

The radix tree is only being used to compile lists of reqs needing commit.
It is simpler to just put the reqs directly into a list.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c
fs/nfs/internal.h
fs/nfs/nfs4filelayout.c
fs/nfs/nfs4filelayout.h
fs/nfs/pagelist.c
fs/nfs/pnfs.h
fs/nfs/write.c
include/linux/nfs_fs.h
include/linux/nfs_page.h