LWN.net Logo

mount -t reiser4 -o posix

mount -t reiser4 -o posix

Posted Sep 2, 2004 6:44 UTC (Thu) by larryr (guest, #4030)
Parent article: More notes on reiser4

I think it would be ok to have a mount flag which says I want POSIXy semantics when using POSIXy system calls like open/close/rename/link/symlink, and I am willing to lose the ability to access added intuitive but nevertheless non-POSIX behavior through those system calls.

From what I have seen of the VFS layer, it looked pretty tightly coupled to POSIXy semantics, and not easy to shunt past to let the filesystem decide the semantics for itself, which sounds to me like a nice alternative to changing or replacing the VFS layer.

Larry


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds