diff --git a/[refs] b/[refs] index 33dca9a2715e..6e73ded86015 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dc351252b33f8fede396d6173dba117bcb933607 +refs/heads/master: 6aa054aadfea613a437ad0b15d38eca2b963fc0a diff --git a/trunk/fs/sysfs/inode.c b/trunk/fs/sysfs/inode.c index 082e2d430e93..38bbe071cc15 100644 --- a/trunk/fs/sysfs/inode.c +++ b/trunk/fs/sysfs/inode.c @@ -252,7 +252,7 @@ void sysfs_drop_dentry(struct sysfs_dirent * sd, struct dentry * parent) if (dentry) { spin_lock(&dcache_lock); spin_lock(&dentry->d_lock); - if (!(d_unhashed(dentry) && dentry->d_inode)) { + if (!d_unhashed(dentry) && dentry->d_inode) { inode = dentry->d_inode; spin_lock(&inode->i_lock); __iget(inode);