xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
[linux-2.6-microblaze.git] / fs / xfs / xfs_dir2_readdir.c
index e295fc8..9f3ceb4 100644 (file)
@@ -512,7 +512,7 @@ xfs_readdir(
 {
        struct xfs_da_args      args = { NULL };
        unsigned int            lock_mode;
-       int                     isblock;
+       bool                    isblock;
        int                     error;
 
        trace_xfs_readdir(dp);