Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19804
b: refs/heads/master
c: bc5e483
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 5, 2006
1 parent e08f858 commit 7343cf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 165a2c1d514892ae917cdf80be9e5269015c1034
refs/heads/master: bc5e483da61eb5ab8d24b4a919fb512e5886d02c
6 changes: 5 additions & 1 deletion trunk/include/linux/reiserfs_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ extern struct reiserfs_xattr_handler posix_acl_default_handler;
extern struct reiserfs_xattr_handler posix_acl_access_handler;
#else

#define reiserfs_get_acl NULL
#define reiserfs_cache_default_acl(inode) 0

static inline struct posix_acl *reiserfs_get_acl(struct inode *inode, int type)
{
return NULL;
}

static inline int reiserfs_xattr_posix_acl_init(void)
{
return 0;
Expand Down

0 comments on commit 7343cf8

Please sign in to comment.