]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/cifsglob.h
cifs: track DeletePending flag in cifsInodeInfo
[linux-2.6-omap-h63xx.git] / fs / cifs / cifsglob.h
index 0d22479d99b7c0de7a145b84ee1f246136fde8f8..178f733a368fa36c4dfea96d188f37fa1794df84 100644 (file)
@@ -353,6 +353,7 @@ struct cifsInodeInfo {
        bool clientCanCacheRead:1;      /* read oplock */
        bool clientCanCacheAll:1;       /* read and writebehind oplock */
        bool oplockPending:1;
+       bool delete_pending:1;          /* DELETE_ON_CLOSE is set */
        struct inode vfs_inode;
 };