[Cluster-devel] [GFS2 PATCH 3/3] Remove i_mode passing from NFS File Handle

S. Wendy Cheng wcheng at redhat.com
Tue Jun 26 01:15:11 UTC 2007


GFS2 has been passing i_mode within NFS File Handle. Other than the 
wrong assumption that there is always room for this extra 16 bit value, 
the current gfs2_get_dentry doesn't really need the i_mode to work 
correctly. Note that GFS2 NFS code does go thru the same lookup code 
path as direct file access route (where the mode is obtained from name 
lookup) but gfs2_get_dentry() is coded for different purpose. It is not 
used during lookup time. It is part of the file access procedure call.  
When the call is invoked, if on-disk inode is not in-memory, it has to 
be read-in. This makes i_mode passing a useless overhead.

-- Wendy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 03_gfs2_specsfs.patch
Type: text/x-patch
Size: 8615 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070625/a9a908a6/attachment.bin>


More information about the Cluster-devel mailing list