]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_fsr: remove extraneous close() in fsrallfs()
authorEric Sandeen <sandeen@redhat.com>
Sat, 26 Jan 2013 22:40:32 +0000 (22:40 +0000)
committerMark Tinguely <tinguely@eagdhcp-232-136.americas.sgi.com>
Thu, 21 Feb 2013 16:09:11 +0000 (10:09 -0600)
commita0a28a6ac3005ec320ef73066e57d9ae1fd41754
treedd8cae792056e61a599b59cb33b291d19db94f07
parentff85ea3f1456f20ba21a67c652f245da6360db15
xfs_fsr: remove extraneous close() in fsrallfs()

After the fork(), the parent does a close(fd); on an
fd which is long-since closed (prior to the while loop).
Just remove it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Mark Tinguely <tinguely@sgi.com>
fsr/xfs_fsr.c