]> err.no Git - linux-2.6/blobdiff - fs/fuse/fuse_i.h
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[linux-2.6] / fs / fuse / fuse_i.h
index c862df58da925588954d24dc11bfece621176668..0dbf96621841506f94ed62ae32260fd077ae19d5 100644 (file)
@@ -359,6 +359,9 @@ struct fuse_conn {
 
        /** O_ASYNC requests */
        struct fasync_struct *fasync;
+
+       /** Key for lock owner ID scrambling */
+       u32 scramble_key[4];
 };
 
 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb)