[Cluster-devel] Re: [PATCH] [GFS2] Remove i_mode passing from NFS File Handle

Christoph Hellwig hch at infradead.org
Tue Jul 10 09:06:39 UTC 2007


> -#define GFS2_LARGE_FH_SIZE 10
> -
> -struct gfs2_fh_obj {
> -	struct gfs2_inum_host this;
> -	u32 imode;
> -};
> +#define GFS2_LARGE_FH_SIZE 8

Because gfs2_decode_fh only accepts file handles with GFS2_LARGE_FH_SIZE
or GFS2_LARGE_FH_SIZE you don't accept filehandles sent out by and older
gfs version anymore.  Stale filehandles because of a new kernel version
are a big no-no, so please add back code to handle the old filehandles
on the decode side.




More information about the Cluster-devel mailing list