xfs
[Top] [All Lists]

PARTIAL TAKE 981558 - Add configurable xattr copy support

To: sgi.bugs.xfs@xxxxxxxxxxxx
Subject: PARTIAL TAKE 981558 - Add configurable xattr copy support
From: bnaujok@xxxxxxx (Barry Naujok)
Date: Mon, 19 May 2008 11:40:29 +1000 (EST)
Cc: xfs@xxxxxxxxxxx
Sender: xfs-bounce@xxxxxxxxxxx
The current attribute copying functions attr_copy_file and
attr_copy_fd is a static list of exceptions for attributes that need special
treatment. The list of those attributes tends to change (slowly) with kernel
versions. We replaced the static list with a config file a while ago; this is
the patch used.


Date:  Mon May 19 11:39:49 AEST 2008
Workarea:  chook.melbourne.sgi.com:/home/bnaujok/isms/xfs-cmds
Inspected by:  agruen@xxxxxxx

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


Modid:  master-melb:xfs-cmds:31181a
attr/libattr/attr_copy_action.c - 1.1 - new
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/attr_copy_action.c
attr/libattr/Makefile - 1.17 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/Makefile.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h
attr/include/libattr.h - 1.3 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/include/libattr.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h
attr/libattr/attr_copy_fd.c - 1.6 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/attr_copy_fd.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h
attr/libattr/attr_copy_file.c - 1.8 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/attr_copy_file.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.7&f=h
attr/libattr/attr_copy_check.c - 1.6 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/attr/libattr/attr_copy_check.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h
        - Add configurable xattr copy



<Prev in Thread] Current Thread [Next in Thread>
  • PARTIAL TAKE 981558 - Add configurable xattr copy support, Barry Naujok <=