fix formatting wrapfs
authoraburford <andrew.burford@stonybrook.edu>
Sun, 15 May 2022 02:21:58 +0000 (22:21 -0400)
committeraburford <andrew.burford@stonybrook.edu>
Sun, 15 May 2022 02:21:58 +0000 (22:21 -0400)
fs/wrapfs/lookup.c

index b166c0e50b98643b668a42caf7041d8723a81b52..b4c468fc5e68e6ca89847153d79f4ed96c886569 100644 (file)
@@ -266,8 +266,8 @@ static struct dentry *__wrapfs_lookup(struct dentry *dentry,
         * to allocate the d_fsdata field but will still instantiate and hash the
         * lower_dentry. Without this, wrapfs could not stack on top of itself.
         */
-       d_inode(lower_dir_dentry)
-               ->i_op->lookup(d_inode(lower_dir_dentry), lower_dentry, flags);
+       d_inode(lower_dir_dentry)->i_op->lookup(d_inode(lower_dir_dentry),
+                                               lower_dentry, flags);
 
 setup_lower:
        lower_path.dentry = lower_dentry;