On Tue, Dec 07, 2010 at 12:32:04AM -0500, Anders Kaseorg wrote: > fuser -M is documented to restrict -m to mountpoints, but in reality it > only works if -M is specified before -m on the command line:
An interesting interaction between the option flags and the targets. I've looked at the code and see that it will need some re-work. The problem is that is parses each argument sequentially so before it adds the /dev/shm it checks to see if -M has been specified already. That's not really good enough. I'll rework that bit of code to parse in all "potiential" targets then after all arguments are read in, only then translate them into target inodes, devices, etc. I personally hate programs that -a -b works but -b -a does not so it will get fixed. - Craig -- Craig Small VK2XLZ http://www.enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

