Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cd9714d authored by John L. Hammond's avatar John L. Hammond Committed by Greg Kroah-Hartman
Browse files

staging: lustre: llite: remove obsolete comment for ll_unlink()

parent 7304370b
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -994,11 +994,6 @@ static int ll_create_nd(struct inode *dir, struct dentry *dentry,
	return rc;
	return rc;
}
}


/* ll_unlink() doesn't update the inode with the new link count.
 * Instead, ll_ddelete() and ll_d_iput() will update it based upon if there
 * is any lock existing. They will recycle dentries and inodes based upon locks
 * too. b=20433
 */
static int ll_unlink(struct inode *dir, struct dentry *dchild)
static int ll_unlink(struct inode *dir, struct dentry *dchild)
{
{
	struct ptlrpc_request *request = NULL;
	struct ptlrpc_request *request = NULL;