xfs
[Top] [All Lists]

TAKE 971186 - [PATCH 4/4] use generic_permission

To: sgi.bugs.xfs@xxxxxxxxxxxx, xfs@xxxxxxxxxxx
Subject: TAKE 971186 - [PATCH 4/4] use generic_permission
From: lachlan@xxxxxxx (Lachlan McIlroy)
Date: Fri, 18 Jan 2008 16:18:07 +1100 (EST)
Sender: xfs-bounce@xxxxxxxxxxx
[PATCH 4/4] use generic_permission

Now that all direct caller of xfs_iaccess are gone we can kill
xfs_iaccess and xfs_access and just use generic_permission with a
check_acl callback.  This is required for the per-mount read-only
patchset in -mm to work properly with XFS.


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

Date:  Fri Jan 18 16:15:08 AEDT 2008
Workarea:  redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-hch
Inspected by:  Christoph Hellwig <hch@xxxxxx>
Author:  lachlan

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


Modid:  xfs-linux-melb:xfs-kern:30370a
fs/xfs/xfs_vnodeops.c - 1.729 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.729&r2=text&tr2=1.728&f=h
fs/xfs/xfs_acl.h - 1.37 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_acl.h.diff?r1=text&tr1=1.37&r2=text&tr2=1.36&f=h
fs/xfs/xfs_acl.c - 1.68 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_acl.c.diff?r1=text&tr1=1.68&r2=text&tr2=1.67&f=h
fs/xfs/xfs_inode.c - 1.490 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.490&r2=text&tr2=1.489&f=h
fs/xfs/xfs_inode.h - 1.240 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.h.diff?r1=text&tr1=1.240&r2=text&tr2=1.239&f=h
fs/xfs/linux-2.6/xfs_iops.c - 1.273 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_iops.c.diff?r1=text&tr1=1.273&r2=text&tr2=1.272&f=h
fs/xfs/linux-2.6/xfs_ksyms.c - 1.77 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.77&r2=text&tr2=1.76&f=h
fs/xfs/xfs_vnodeops.h - 1.6 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h
        - use generic_permission




<Prev in Thread] Current Thread [Next in Thread>
  • TAKE 971186 - [PATCH 4/4] use generic_permission, Lachlan McIlroy <=