From: Boaz Harrosh Date: Sun, 29 May 2011 07:57:47 +0000 (+0300) Subject: nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4 X-Git-Tag: v3.1-rc1~8^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655b16128482fd12808f77a6799eea5419c93709;p=pandora-kernel.git nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4 exofs file system wants to use pnfs_osd_xdr.h file instead of redefining pnfs-objects types in it's private "pnfs.h" headr. Before we do the switch we must make sure pnfs_osd_xdr.h is compilable also under NFS versions smaller than 4.1. Since now it is needed regardless of version, by the exofs code. nfs4_string is not the only nfs4 type out in the global scope. Ack-by: Trond Myklebust Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed