]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fuse/fuse_i.h
atomic.h: i386 type safety fix
[linux-2.6-omap-h63xx.git] / fs / fuse / fuse_i.h
index b98b20de740562bd32dc81fcf8af415779496f97..68ae87cbafab556a8b3843681274f7ac911ceae8 100644 (file)
@@ -552,3 +552,8 @@ int fuse_ctl_add_conn(struct fuse_conn *fc);
  * Remove connection from control filesystem
  */
 void fuse_ctl_remove_conn(struct fuse_conn *fc);
+
+/**
+ * Is file type valid?
+ */
+int fuse_valid_type(int m);