]> git.baikalelectronics.ru Git - kernel.git/commit
pnfs: Automatically select blocks & objects layouts
authorBoaz Harrosh <bharrosh@panasas.com>
Thu, 11 Aug 2011 21:29:25 +0000 (14:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Aug 2011 00:51:27 +0000 (17:51 -0700)
commit9421ebf3421f4abe4b7b6f03e366e6d01a3471f7
tree92c7fd08c3a1b8e9a789a285306504b6fece6f23
parent37adb89c4fa84fafdda7becf1c7dd6db8a14cc9e
pnfs: Automatically select blocks & objects layouts

Just like files-layout, blocks & objects layouts are part of the
NFS 4.1 protocol and should be automatically selected if NFS_4_1
is selected. The small problem is that these depend on other
Kernel support being present, while files only depends on NFS
itself.

This patch removes from the user choice the presence of objects
and blocks layout. But makes sure these are selected only if
the depended subsystems are present in the Kernel.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Acked-by: Peng Tao <peng_tao@emc.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfs/Kconfig