diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/fuse/fuse_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 91307940c8ac..052f8d3c41cb 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -256,7 +256,7 @@ struct fuse_io_priv { | |||
256 | 256 | ||
257 | #define FUSE_IO_PRIV_SYNC(f) \ | 257 | #define FUSE_IO_PRIV_SYNC(f) \ |
258 | { \ | 258 | { \ |
259 | .refcnt = { ATOMIC_INIT(1) }, \ | 259 | .refcnt = KREF_INIT(1), \ |
260 | .async = 0, \ | 260 | .async = 0, \ |
261 | .file = f, \ | 261 | .file = f, \ |
262 | } | 262 | } |