|
@@ -275,7 +275,7 @@ static ssize_t kernfs_fop_write(struct file *file, const char __user *user_buf,
|
|
{
|
|
{
|
|
struct kernfs_open_file *of = kernfs_of(file);
|
|
struct kernfs_open_file *of = kernfs_of(file);
|
|
const struct kernfs_ops *ops;
|
|
const struct kernfs_ops *ops;
|
|
- size_t len;
|
|
|
|
|
|
+ ssize_t len;
|
|
char *buf;
|
|
char *buf;
|
|
|
|
|
|
if (of->atomic_write_len) {
|
|
if (of->atomic_write_len) {
|