Fix some indentation issues
[lwext4.git] / lwext4 / ext4.c
index c6897d97b9287bf1f77d064a390f098ce1f1b281..0cdf045afcff648175034de89e8574107fc5fd17 100644 (file)
@@ -732,17 +732,6 @@ static int ext4_generic_open2(ext4_file *f, const char *path, int flags,
                if (f->flags & O_APPEND)
                        f->fpos = f->fsize;
 
-               /* FIXME: Debugging code on EA. */
-               {
-                       int private_ret;
-                       struct ext4_xattr_ref xattr_ref;
-                       private_ret = ext4_fs_get_xattr_ref(&f->mp->fs, &ref,
-                                                         &xattr_ref);
-                       if (private_ret == EOK) {
-                               ext4_dmask_set(EXT4_DEBUG_ALL);
-                               ext4_fs_put_xattr_ref(&xattr_ref);
-                       }
-               }
        }
 
        r = ext4_fs_put_inode_ref(&ref);