diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 5759671fc948bf180b160c8ccac5bff19e36b4b6..6f671c719570a6722d3e80b198b9904bec18fd6e 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -220,7 +220,7 @@ struct discard_cmd { struct completion wait; /* compleation */ struct block_device *bdev; /* bdev */ unsigned short ref; /* reference count */ - int state; /* state */ + unsigned char state; /* state */ int error; /* bio error */ };