mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add ``Make find smarter about -fstype local''.
This commit is contained in:
parent
197611452d
commit
7f4be180a5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6634
1 changed files with 12 additions and 1 deletions
13
TODO
13
TODO
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue