Loading fs/f2fs/f2fs.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ }; Loading Loading
fs/f2fs/f2fs.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ }; Loading