Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fs/vfs/fs_timerfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ static const struct file_operations g_timerfd_fops =
NULL, /* write */
NULL, /* seek */
NULL, /* ioctl */
NULL, /* truncate */
Comment thread
qinwei2004 marked this conversation as resolved.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reorder comments. mmap before truncate

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NULL, /* mmap */
#ifdef CONFIG_TIMER_FD_POLL
timerfd_poll /* poll */
#endif
Expand Down