lkml.org 
[lkml]   [2002]   [Aug]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectpatch 13/38: CLIENT: space_used in nfs_fattr

If the NFS_ATTR_FATTR_V4 flag is set, use the NFSv3 convention for
the 'space_used' part of the fattr.

--- old/fs/nfs/inode.c Tue Jul 30 10:28:00 2002
+++ new/fs/nfs/inode.c Tue Jul 30 10:32:49 2002
@@ -714,7 +714,7 @@ __nfs_fhget(struct super_block *sb, stru
inode->i_nlink = fattr->nlink;
inode->i_uid = fattr->uid;
inode->i_gid = fattr->gid;
- if (fattr->valid & NFS_ATTR_FATTR_V3) {
+ if (fattr->valid & (NFS_ATTR_FATTR_V3 | NFS_ATTR_FATTR_V4)) {
/*
* report the blocks in 512byte units
*/
@@ -1103,7 +1103,7 @@ __nfs_refresh_inode(struct inode *inode,
inode->i_uid = fattr->uid;
inode->i_gid = fattr->gid;

- if (fattr->valid & NFS_ATTR_FATTR_V3) {
+ if (fattr->valid & (NFS_ATTR_FATTR_V3 | NFS_ATTR_FATTR_V4)) {
/*
* report the blocks in 512byte units
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.024 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site