From: Trond Myklebust Date: Wed, 11 Mar 2009 18:10:24 +0000 (-0400) Subject: NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr X-Git-Tag: v2.6.30-rc1~415^2^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6e70f8d8b6698e0017c56b86525aabe9c7cd4c;p=pandora-kernel.git NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr Currently, filling struct nfs_fattr is more or less an all or nothing operation, since NFSv2 and NFSv3 have only mandatory attributes. In NFSv4, some attributes are optional, and so we may simply not be able to fill in those fields. Furthermore, NFSv4 allows you to specify which attributes you are interested in retrieving, thus permitting you to optimise away retrieval of attributes that you know will no change... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed