ocfs2: Remove EXIT from masklog.
[pandora-kernel.git] / fs / ocfs2 / ioctl.c
index 7a48681..b4f51e9 100644 (file)
@@ -59,7 +59,6 @@ static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags)
        *flags = OCFS2_I(inode)->ip_attr;
        ocfs2_inode_unlock(inode, 0);
 
-       mlog_exit(status);
        return status;
 }
 
@@ -125,7 +124,6 @@ bail:
 
        brelse(bh);
 
-       mlog_exit(status);
        return status;
 }