]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fuse/fuse_i.h
fuse: fix reading past EOF
[linux-2.6-omap-h63xx.git] / fs / fuse / fuse_i.h
index 6c5461de1a5fd5c4cbbf806fddb6d12a948841fa..19b0129c98117e025e9cf989c512c7a903134d39 100644 (file)
@@ -593,3 +593,6 @@ int fuse_valid_type(int m);
 int fuse_allow_task(struct fuse_conn *fc, struct task_struct *task);
 
 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
+
+int fuse_update_attributes(struct inode *inode, struct kstat *stat,
+                          struct file *file, bool *refreshed);