X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Focfs2%2Ffile.h;h=048ddcaf5c80e9b2bb76b1e06d3f6ddb340856c8;hb=34b4a8731f50fb6fe772f1e47432bfb1da1f4edd;hp=066f14add3a8c2f06ad465b2d9b81011ffaf0e4b;hpb=efefc6eb38d43b8e5daef482f575d767b002004e;p=linux-2.6 diff --git a/fs/ocfs2/file.h b/fs/ocfs2/file.h index 066f14add3..048ddcaf5c 100644 --- a/fs/ocfs2/file.h +++ b/fs/ocfs2/file.h @@ -32,6 +32,12 @@ extern const struct inode_operations ocfs2_file_iops; extern const struct inode_operations ocfs2_special_file_iops; struct ocfs2_alloc_context; +struct ocfs2_file_private { + struct file *fp_file; + struct mutex fp_mutex; + struct ocfs2_lock_res fp_flock; +}; + enum ocfs2_alloc_restarted { RESTART_NONE = 0, RESTART_TRANS,