diff options
author | Alexander Beregalov <[email protected]> | 2009-03-31 00:32:40 +0400 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-03-30 14:28:58 -0700 |
commit | 77e465867080c2d1e0c410e96dcdcd51e8584a6f (patch) | |
tree | 87400adb4219cda04a39f3fe1b970b64c85c747a /lib/string_helpers.c | |
parent | dfbbe89e197a77f2c8046a51c74e33e35f878080 (diff) |
reiserfs: fix build breakage
Fix this build error when REISERFS_FS_POSIX_ACL is not set:
fs/reiserfs/inode.c: In function 'reiserfs_new_inode':
fs/reiserfs/inode.c:1919: warning: passing argument 1 of 'reiserfs_inherit_default_acl' from incompatible pointer type
fs/reiserfs/inode.c:1919: warning: passing argument 2 of 'reiserfs_inherit_default_acl' from incompatible pointer type
fs/reiserfs/inode.c:1919: warning: passing argument 3 of 'reiserfs_inherit_default_acl' from incompatible pointer type
fs/reiserfs/inode.c:1919: error: too many arguments to function 'reiserfs_inherit_default_acl'
due to a missing transaction-handle argument in the non-acl
compatibility function.
Signed-off-by: Alexander Beregalov <[email protected]>
Acked-by: Jeff Mahoney <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions