fsnotify: unify inode and mount marks handling
[deliverable/linux.git] / fs / notify / dnotify / dnotify.c
index caaaf9dfe3534be9e29826e46058151b5536c48e..44523f4a608414187d24aa86204bf6d4b92c77f9 100644 (file)
@@ -69,8 +69,8 @@ static void dnotify_recalc_inode_mask(struct fsnotify_mark *fsn_mark)
        if (old_mask == new_mask)
                return;
 
-       if (fsn_mark->i.inode)
-               fsnotify_recalc_inode_mask(fsn_mark->i.inode);
+       if (fsn_mark->inode)
+               fsnotify_recalc_inode_mask(fsn_mark->inode);
 }
 
 /*
This page took 0.027085 seconds and 5 git commands to generate.