Linus Torvalds
84635d68be
vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not set
...
Commit e77819e57f08 ("vfs: move ACL cache lookup into generic code")
didn't take the FS_POSIX_ACL config variable into account - when that is
not set, ACL's go away, and the cache helper functions do not exist,
causing compile errors like
fs/namei.c: In function 'check_acl':
fs/namei.c:191:10: error: implicit declaration of function 'negative_cached_acl'
fs/namei.c:196:2: error: implicit declaration of function 'get_cached_acl'
fs/namei.c:196:6: warning: assignment makes pointer from integer without a cast
fs/namei.c:212:11: error: implicit declaration of function 'set_cached_acl'
Reported-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-07-25 22:47:03 -07:00
..
2011-07-25 12:53:15 -07:00
2011-07-20 20:47:59 -04:00
2011-07-20 20:48:03 -04:00
2011-05-30 01:50:53 -04:00
2011-05-28 01:02:50 -04:00
2011-07-25 14:30:23 -04:00
2011-07-20 01:44:21 -04:00
2011-07-20 20:47:59 -04:00
2011-07-25 14:23:21 -04:00
2011-07-20 20:47:59 -04:00
2011-05-28 01:02:54 -04:00
2011-07-17 23:22:02 -04:00
2011-05-19 16:55:28 +09:30
2011-07-19 14:22:32 -05:00
2011-07-25 13:56:39 -07:00
2011-07-20 01:44:26 -04:00
2011-07-20 20:47:59 -04:00
2011-07-25 14:30:23 -04:00
2011-07-25 14:30:23 -04:00
2011-07-25 14:30:23 -04:00
2011-07-20 20:47:59 -04:00
2011-05-10 10:16:21 +02:00
2011-07-21 10:59:16 -07:00
2011-07-20 20:47:59 -04:00
2011-07-25 14:30:23 -04:00
2011-07-20 20:47:59 -04:00
2011-07-22 19:02:39 -07:00
2011-07-20 20:47:59 -04:00
2011-07-20 20:47:59 -04:00
2011-07-20 20:47:59 -04:00
2011-07-25 21:00:19 -07:00
2011-07-22 19:42:12 -04:00
2011-05-24 00:27:53 +02:00
2011-06-13 15:38:22 -04:00
2011-07-25 13:56:39 -07:00
2011-07-25 14:30:23 -04:00
2011-06-15 11:24:27 -04:00
2011-07-20 20:47:59 -04:00
2011-07-20 20:47:53 -04:00
2011-07-20 20:47:59 -04:00
2011-07-25 13:56:39 -07:00
2011-07-20 01:44:23 -04:00
2011-07-20 20:47:59 -04:00
2011-07-20 20:47:59 -04:00
2011-07-25 13:56:39 -07:00
2011-06-24 08:34:22 -07:00
2011-07-01 16:17:13 +02:00
2011-07-25 20:57:09 -07:00
2011-05-16 11:05:00 -07:00
2011-05-25 08:39:26 -07:00
2011-07-25 21:00:19 -07:00
2011-06-27 18:00:12 -07:00
2011-07-20 01:44:26 -04:00
2011-07-20 01:43:24 -04:00
2011-05-28 01:02:50 -04:00
2011-07-22 19:02:39 -07:00
2011-07-20 01:43:07 -04:00
2011-07-20 01:44:26 -04:00
2011-07-25 13:56:39 -07:00
2011-07-24 10:08:32 -04:00
2011-07-20 20:47:47 -04:00
2011-07-20 20:47:59 -04:00
2011-07-20 01:43:10 -04:00
2011-07-20 01:43:10 -04:00
2011-07-20 01:43:10 -04:00
2011-05-28 14:44:46 +02:00
2011-07-25 10:33:36 -07:00
2011-06-16 11:44:46 -04:00
2011-07-01 22:32:26 +02:00
2011-07-22 19:02:39 -07:00
2011-05-31 16:33:35 +02:00
2011-07-20 20:47:50 -04:00
2011-05-25 08:39:26 -07:00
2011-07-22 19:02:39 -07:00
2011-07-20 01:44:38 -04:00
2011-07-25 14:30:23 -04:00
2011-07-20 20:47:46 -04:00
2011-07-20 01:44:38 -04:00
2011-05-26 09:52:14 -07:00
2011-07-22 19:42:11 -04:00
2011-07-06 10:41:13 -07:00
2011-05-25 08:39:26 -07:00
2011-05-26 10:01:43 -06:00
2011-07-25 22:47:03 -07:00
2011-07-24 10:08:32 -04:00
2011-07-22 19:42:13 -04:00
2011-07-24 10:08:32 -04:00
2011-07-25 14:30:23 -04:00
2011-07-20 20:47:56 -04:00
2011-07-25 20:57:11 -07:00
2011-07-25 10:33:36 -07:00
2011-07-20 20:47:59 -04:00
2011-06-14 11:46:14 +02:00
2011-05-28 12:02:09 -04:00