]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/ocfs2.h
[PATCH 1/2] ocfs2: add flock lock type
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / ocfs2.h
index d12bd7036da7ad52ada64b73d31727ae34ffa2ee..63c131e1cc77b4e3eb1218a8990a411cda07f8f5 100644 (file)
@@ -101,6 +101,7 @@ enum ocfs2_unlock_action {
                                               * about to be
                                               * dropped. */
 #define OCFS2_LOCK_QUEUED        (0x00000100) /* queued for downconvert */
+#define OCFS2_LOCK_NOCACHE       (0x00000200) /* don't use a holder count */
 
 struct ocfs2_lock_res_ops;