[bug #42318] find with xdev traverses other filesystem when mountpiont is subdirectory

2017-03-29 Thread Dale Worley
Follow-up Comment #10, bug #42318 (project findutils): I wonder if the useful solution would be to define "-mount" to give the Solaris behavior, and "-xdev" to give the current behavior. ___ Reply to this item at:

[bug #42318] find with xdev traverses other filesystem when mountpiont is subdirectory

2017-03-29 Thread Daniele Palumbo
Follow-up Comment #9, bug #42318 (project findutils): >From POSIX section mentioned "it shall cause find not to continue descending past directories that have a different device ID (st_dev" Key is the reference to primary. Primary will have one st_dev, the mount point will have another one. The di