> - status = nfsd4_vfs_fallocate(&cstate->current_fh, file, > + status = nfsd4_vfs_fallocate(&cstate->current_fh, file, false, > allocate->alloc_offset, > allocate->alloc_length); Maye just pass the normal Linux fallocate flags to nfsd4_vfs_fallocate for future extensibility? Otherwise looks as good as the previous one. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html