Add ``Make find smarter about -fstype local''.

This commit is contained in:
Rodney W. Grimes 1995-02-22 20:28:07 +00:00
parent 197611452d
commit 7f4be180a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6634

13
TODO
View file

@ -1,4 +1,4 @@
; $Id: TODO,v 1.5 1994/10/23 04:06:10 phk Exp $
; $Id: TODO,v 1.6 1995/01/29 06:35:03 phk Exp $
** To skip this preamble, search forward for the pattern `**'.
@ -157,3 +157,14 @@ EMAIL: <phk>
CATS: kernel
GRADE: INTERMEDIATE
STATUS: OPEN
TASKID: 950222001
TASK: Make find smarter about -fstype local
DETAIL: { Currently when doing a find blah -fstype local the find traverses
through all nfs mounted file systems looking for locally mounted filesystems,
this could be short circuited by using getmntinfo/statfs. Note that you
can not do this when following symlinks. }
EMAIL: <rgrimes, phk>
CATS: user
GRADE: INTERMEDIATE
STATUS: OPEN