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