aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 1764506fdd11..e7464b8ebbfb 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -565,3 +565,8 @@ void fuse_ctl_remove_conn(struct fuse_conn *fc);
565 * Is file type valid? 565 * Is file type valid?
566 */ 566 */
567int fuse_valid_type(int m); 567int fuse_valid_type(int m);
568
569/**
570 * Is task allowed to perform filesystem operation?
571 */
572int fuse_allow_task(struct fuse_conn *fc, struct task_struct *task);