提交 f1075480 编写于 作者: D Dan Carpenter 提交者: Ilya Dryomov

ceph: tidy some white space in get_nonsnap_parent()

The white space here seems slightly messed up.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NIlya Dryomov <idryomov@gmail.com>
上级 7ba0487c
...@@ -679,8 +679,9 @@ static void __unregister_request(struct ceph_mds_client *mdsc, ...@@ -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 * working with them. Once we hit a candidate dentry, we attempt to take a
* reference to it, and return that as the result. * reference to it, and return that as the result.
*/ */
static struct inode *get_nonsnap_parent(struct dentry *dentry) { struct inode static struct inode *get_nonsnap_parent(struct dentry *dentry)
*inode = NULL; {
struct inode *inode = NULL;
while (dentry && !IS_ROOT(dentry)) { while (dentry && !IS_ROOT(dentry)) {
inode = d_inode_rcu(dentry); inode = d_inode_rcu(dentry);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册