mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
zhack: Add 'feature disable' command
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #3878
This commit is contained in:
@@ -647,8 +647,6 @@ vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3)
|
||||
#ifdef __linux__
|
||||
flags |= O_DIRECT;
|
||||
#endif
|
||||
/* We shouldn't be writing to block devices in userspace */
|
||||
VERIFY(!(flags & FWRITE));
|
||||
}
|
||||
|
||||
if (flags & FCREAT)
|
||||
|
||||
Reference in New Issue
Block a user