commit | 4d54158222b62260fb6867c1ae5808e6e88c06da | [log] [tgz] |
---|---|---|
author | Flemmard <flemmard@gmail.com> | Fri Dec 20 11:00:09 2013 +0100 |
committer | flintman <flintman@flintmancomputers.com> | Mon Apr 27 08:04:20 2015 -0400 |
tree | 3862a304c29c6b47e05e2fec8da27ef3fe59dc86 | |
parent | a14cd335658c2f5b826a65a9b97068b1adcebd03 [diff] [blame] |
fs: add FUSE_SD support
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3b44026..a0d1978 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h
@@ -762,6 +762,10 @@ #define IOP_LOOKUP 0x0002 #define IOP_NOFOLLOW 0x0004 +#ifdef CONFIG_FUSE_SD +#define AID_SDCARD_RW 1015 +#endif + /* * Keep mostly read-only and often accessed (especially for * the RCU path lookup and 'stat' data) fields at the beginning