Pull asus into release branch
[pandora-kernel.git] / fs / fuse / fuse_i.h
index b98b20d..68ae87c 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);