UFS: Remove dead assignment.

Submitted by:	Christoph Mallon
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2013-02-03 21:30:02 +00:00
parent e8ee1a1ea5
commit be0c475e56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246299

View File

@ -1434,7 +1434,6 @@ ufs_checkpath(ino_t source_ino, ino_t parent_ino, struct inode *target, struct u
return (0);
if (target->i_number == ROOTINO)
return (0);
error = 0;
for (;;) {
error = ufs_dir_dd_ino(vp, cred, &dd_ino);
if (error != 0)