mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 06:05:06 +00:00
ceph: tidy some white space in get_nonsnap_parent()
The white space here seems slightly messed up. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
7ba0487cca
commit
f107548039
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue