Re: [PATCH 1/6] vfs: add per-sb auxiliary inode attribute table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 18, 2010 at 07:45:25PM +0300, Dmitry Monakhov wrote:
> Some times it is useful to export non standard attributes
> to generic vfs layer, but it is too expansive to store it
> inside vfs inode. Let's introduce generic interface for this
> purpose. One may declare an attribute and filesystem provides
> access to it, if necessery.
> 
> Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx>
> ---
> @@ -1576,7 +1578,10 @@ struct super_operations {
>  #endif
>  	int (*bdev_try_to_free_page)(struct super_block*, struct page*, gfp_t);
>  };
> -
> +struct aux_attributes
> +{
> +	int supported;
> +};
>  /*
>   * Inode state bits.  Protected by inode_lock.
>   *
> -- 

What is the intended use of the supported field? You don't appear to use
it anywhere other than to initialize it to 1 in the one instance where
you create one of them.

	Brad Boyer
	flar@xxxxxxxxxxxxx

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux