]> git.decadent.org.uk Git - nfs-utils.git/commit
Ensure 'showmount -e' gets current information.
authorNeil Brown <neilb@suse.de>
Thu, 11 Jan 2007 01:51:29 +0000 (12:51 +1100)
committerNeil Brown <neilb@suse.de>
Thu, 11 Jan 2007 01:51:29 +0000 (12:51 +1100)
commitdbeba43bd33ce41bc3c5c95615176e59eb76f00c
tree8ebaaafe5a35425b39e9e792565cf3b4497b1131
parent8fd9fad1ea4b25b8962d70133f476650ef0637b0
Ensure 'showmount -e' gets current information.

If auth_reload has been called by someone else, get_exportlist
can incorrectly return old data.  So track modify times better
and only use cached data if the modify time matches.
utils/mountd/auth.c
utils/mountd/mountd.c
utils/mountd/mountd.h