Skip to content

Commit

Permalink
fs/hostfs: adapt to the file_operations change
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Sep 17, 2024
1 parent 6e09d10 commit 2900290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/hostfs/hostfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ const struct mountpt_operations g_hostfs_operations =
NULL, /* mmap */
hostfs_ftruncate, /* ftruncate */
NULL, /* poll */
NULL, /* readv */
NULL, /* writev */

hostfs_sync, /* sync */
hostfs_dup, /* dup */
Expand Down

0 comments on commit 2900290

Please sign in to comment.