f2fs: fix tracking parent inode number
[deliverable/linux.git] / fs / f2fs / f2fs.h
index 2bce3a62c0ba3e8afe68cfc5f7c5a7e9dcda1276..a18d63db2fb6adbe323156ccc74c26405f233893 100644 (file)
@@ -136,6 +136,7 @@ struct f2fs_inode_info {
        unsigned long i_flags;          /* keep an inode flags for ioctl */
        unsigned char i_advise;         /* use to give file attribute hints */
        unsigned int i_current_depth;   /* use only in directory structure */
+       unsigned int i_pino;            /* parent inode number */
        umode_t i_acl_mode;             /* keep file acl mode temporarily */
 
        /* Use below internally in f2fs*/
This page took 0.025082 seconds and 5 git commands to generate.