diff options
-rw-r--r-- | fs/9p/vfs_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c index 9612e5fc0ae2..bdb103f73e34 100644 --- a/fs/9p/vfs_file.c +++ b/fs/9p/vfs_file.c | |||
@@ -149,7 +149,7 @@ static int v9fs_file_do_lock(struct file *filp, int cmd, struct file_lock *fl) | |||
149 | { | 149 | { |
150 | struct p9_flock flock; | 150 | struct p9_flock flock; |
151 | struct p9_fid *fid; | 151 | struct p9_fid *fid; |
152 | uint8_t status; | 152 | uint8_t status = P9_LOCK_ERROR; |
153 | int res = 0; | 153 | int res = 0; |
154 | unsigned char fl_type; | 154 | unsigned char fl_type; |
155 | 155 | ||