#if 0 out pfs_null() to silence the warning about it not being referenced.
This commit is contained in:
parent
1d67a55f97
commit
cf75a40bc5
@ -437,7 +437,9 @@ pfs_setattr(struct vop_setattr_args *va)
|
||||
* Dummy operations
|
||||
*/
|
||||
static int pfs_erofs(void *va) { return (EROFS); }
|
||||
#if 0
|
||||
static int pfs_null(void *va) { return (0); }
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Vnode operations
|
||||
|
Loading…
Reference in New Issue
Block a user