]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/cifsfs.c
cifs: track DeletePending flag in cifsInodeInfo
[linux-2.6-omap-h63xx.git] / fs / cifs / cifsfs.c
index 25ecbd5b040476bf13716ccfbebc5e8032905bd2..c6aad775dd6d723800ebc0a54ae00ed859a98c28 100644 (file)
@@ -309,6 +309,7 @@ cifs_alloc_inode(struct super_block *sb)
        file data or metadata */
        cifs_inode->clientCanCacheRead = false;
        cifs_inode->clientCanCacheAll = false;
+       cifs_inode->delete_pending = false;
        cifs_inode->vfs_inode.i_blkbits = 14;  /* 2**14 = CIFS_MAX_MSGSIZE */
 
        /* Can not set i_flags here - they get immediately overwritten