Suggestion for change in the vfs_ops structure?

Kris Van Hees aedil at alchar.org
Wed Nov 13 02:21:01 GMT 2002


Could the passed filenames and pathnames in the functions in vfs_ops be made
non-const?  The use of a VFS module as transparent layer includes the ability
to change the passed data (as suggested from the comments in vfs.h), but with
the const qualifiers there, you cannot legally change the passed names without
generating compiler warnings.

	Kris



More information about the samba-technical mailing list