Hi! > + if (tc->rattr != NULL) > + run_command("chattr", tc->rattr, tc->pathname); Can we please use the FS_IOC_GETFLAGS and FS_IOC_SETFLAGS instead? Have a look at fallocate06.c function toggle_cow() -- Cyril Hrubis chrubis@suse.cz