]> 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)
commitff69cd127b001b573a090b621fc59765b1eaa97a
tree92c7fd08c3a1b8e9a789a285306504b6fece6f23
parent7b388f2e5188ad00f9c98387ecfa498f146f1d37
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