simplify checks for I_CLEAR/I_FREEING
[deliverable/linux.git] / fs / gfs2 / inode.c
index 6c023a3b5d25711b90b91b8f3a120a5f582c38cc..08140f185a3792153e23bab24f03ac3107d04757 100644 (file)
@@ -84,7 +84,7 @@ static int iget_skip_test(struct inode *inode, void *opaque)
        struct gfs2_skip_data *data = opaque;
 
        if (ip->i_no_addr == data->no_addr) {
-               if (inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)){
+               if (inode->i_state & (I_FREEING|I_WILL_FREE)){
                        data->skipped = 1;
                        return 0;
                }
This page took 0.024802 seconds and 5 git commands to generate.