xfs
[Top] [All Lists]

TAKE 982343 - make xfs use generic set/get/remove xattr routines

To: sgi.bugs.xfs@xxxxxxxxxxxx, xfs@xxxxxxxxxxx
Subject: TAKE 982343 - make xfs use generic set/get/remove xattr routines
From: tes@xxxxxxx (Tim Shimmin)
Date: Tue, 27 May 2008 14:38:16 +1000 (EST)
Sender: xfs-bounce@xxxxxxxxxxx
Use the generic xattr methods.

Use the generic set, get and removexattr methods and supply the s_xattr
array with fine-grained handlers.  All XFS/Linux highlevel attr handling is
rewritten from scratch and placed into fs/xfs/linux-2.6/xfs_xattr.c so
that it's separated from the generic low-level code.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Date:  Tue May 27 14:37:16 AEST 2008
Workarea:  chook.melbourne.sgi.com:/build/tes/2.6.x-xfs-quilt
Inspected by:  hch@xxxxxx

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:31234a
fs/xfs/linux-2.6/xfs_xattr.c - 1.1 - new
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_xattr.c
        - Use generic set/get/remove xattr methods.

fs/xfs/Makefile - 1.61 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile.diff?r1=text&tr1=1.61&r2=text&tr2=1.60&f=h
        - Use generic set/get/remove xattr methods.

fs/xfs/xfs_attr.c - 1.152 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr.c.diff?r1=text&tr1=1.152&r2=text&tr2=1.151&f=h
        - Use generic set/get/remove xattr methods.

fs/xfs/xfs_attr.h - 1.41 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr.h.diff?r1=text&tr1=1.41&r2=text&tr2=1.40&f=h
        - Use generic set/get/remove xattr methods.

fs/xfs/linux-2.6/xfs_super.h - 1.79 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.h.diff?r1=text&tr1=1.79&r2=text&tr2=1.78&f=h
        - Use generic set/get/remove xattr methods.

fs/xfs/linux-2.6/xfs_super.c - 1.430 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.430&r2=text&tr2=1.429&f=h
        - Use generic set/get/remove xattr methods.

fs/xfs/linux-2.6/xfs_iops.c - 1.288 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_iops.c.diff?r1=text&tr1=1.288&r2=text&tr2=1.287&f=h
        - Use generic set/get/remove xattr methods.

fs/xfs/linux-2.6/xfs_iops.h - 1.34 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_iops.h.diff?r1=text&tr1=1.34&r2=text&tr2=1.33&f=h
        - Use generic set/get/remove xattr methods.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE 982343 - make xfs use generic set/get/remove xattr routines, Tim Shimmin <=