]> git.decadent.org.uk Git - nfs-utils.git/commit
nfsdcltrack: skip "." and ".." when trying to clean out legacy recdir
authorJeff Layton <jlayton@redhat.com>
Wed, 28 Nov 2012 19:03:55 +0000 (14:03 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 28 Nov 2012 19:48:01 +0000 (14:48 -0500)
commitbf64ebb2faaba0666068c502353fb0c49c23c756
tree99b865116681fe1382d4656111011d70bff49c01
parent5dfc6e239102e3a957c102f0ad194992361b3dc4
nfsdcltrack: skip "." and ".." when trying to clean out legacy recdir

readdir picks up these two entries as "normal" dentries, but rmdir'ing
them won't work (and we wouldn't want to remove them anyway).

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/nfsdcltrack/nfsdcltrack.c