]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/sysfile.c
usbcore: make hcd_endpoint_disable wait for queue to drain
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / sysfile.c
index 98435002ac44e3033d2eb335a799337809f263b2..5df6e35d09b149ba0ecbd7547b3a21587c0c50cb 100644 (file)
@@ -115,7 +115,7 @@ static struct inode * _ocfs2_get_system_file_inode(struct ocfs2_super *osb,
                goto bail;
        }
 
-       inode = ocfs2_iget(osb, blkno);
+       inode = ocfs2_iget(osb, blkno, OCFS2_FI_FLAG_SYSFILE);
        if (IS_ERR(inode)) {
                mlog_errno(PTR_ERR(inode));
                inode = NULL;