diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-07-17 17:38:44 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-07-17 17:38:44 -0400 |
commit | ffe083c31d0a387e5092e1709daf717c21c2a98d (patch) | |
tree | 86eac13113d1091fb2b5e5e411a1d725d55b04b3 /include/linux/blkdev.h | |
parent | 8471005b9fadfccd4c848ad71c899b90793b554d (diff) |
Fix clang build errors
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 7c2ec1b2..7cf1a833 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -87,7 +87,7 @@ struct super_block { }; static inline void evict_inodes(struct super_block *sb) {} -static inline int sync_filesystem(struct super_block *) { return 0; } +static inline int sync_filesystem(struct super_block *sb) { return 0; } /* * File types |