Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198366
b: refs/heads/master
c: f72f2d2
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed May 21, 2010
1 parent 0ea24bb commit eca6a8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed4878e8a4f550fd357ce5144cfd412015f6a111
refs/heads/master: f72f2d2e2f3238e4dedf4afb5f9945b3227dd87e
4 changes: 4 additions & 0 deletions trunk/fs/gfs2/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,14 @@ static int gfs2_xattr_system_get(struct dentry *dentry, const char *name,
void *buffer, size_t size, int xtype)
{
struct inode *inode = dentry->d_inode;
struct gfs2_sbd *sdp = GFS2_SB(inode);
struct posix_acl *acl;
int type;
int error;

if (!sdp->sd_args.ar_posix_acl)
return -EOPNOTSUPP;

type = gfs2_acl_type(name);
if (type < 0)
return type;
Expand Down

0 comments on commit eca6a8e

Please sign in to comment.