uml: rename os_{read_write}_file_k back to os_{read_write}_file
[linux-drm-fsl-dcu.git] / arch / um / drivers / cow_sys.h
index aa7bef9c38d9dd2f0526cc63877e5e04e6ffe4bf..15453845d2bab85eaa1c1a15f59740779eb225f3 100644 (file)
@@ -35,7 +35,7 @@ static inline int cow_file_size(char *file, unsigned long long *size_out)
 
 static inline int cow_write_file(int fd, void *buf, int size)
 {
-       return os_write_file_k(fd, buf, size);
+       return os_write_file(fd, buf, size);
 }
 
 #endif