Commit f1075480 authored by Dan Carpenter's avatar Dan Carpenter Committed by Ilya Dryomov

ceph: tidy some white space in get_nonsnap_parent()

The white space here seems slightly messed up.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 7ba0487c
......@@ -679,8 +679,9 @@ static void __unregister_request(struct ceph_mds_client *mdsc,
* working with them. Once we hit a candidate dentry, we attempt to take a
* reference to it, and return that as the result.
*/
static struct inode *get_nonsnap_parent(struct dentry *dentry) { struct inode
*inode = NULL;
static struct inode *get_nonsnap_parent(struct dentry *dentry)
{
struct inode *inode = NULL;
while (dentry && !IS_ROOT(dentry)) {
inode = d_inode_rcu(dentry);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment