]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/cifs/cifsglob.h
[CIFS] move close processing from cifs_close to cifsFileInfo_put
[mv-sheeva.git] / fs / cifs / cifsglob.h
index 28337cba02952925db4b4f8356dd431975d9fe78..3365e77f6f240825a68ff3f577c11e064d691620 100644 (file)
@@ -393,7 +393,6 @@ struct cifsFileInfo {
        struct tcon_link *tlink;
        struct mutex lock_mutex;
        struct list_head llist; /* list of byte range locks we have. */
-       bool closePend:1;       /* file is marked to close */
        bool invalidHandle:1;   /* file closed via session abend */
        bool oplock_break_cancelled:1;
        atomic_t count;         /* reference count */