Skip to content

Commit 3866303

Browse files
committed
Merge tag 'fsnotify_for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull fsnotify update from Jan Kara: "Just a small fsnotify cleanup this time" * tag 'fsnotify_for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()
2 parents 1500e7e + a488bc1 commit 3866303

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/fsnotify_backend.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,9 +760,6 @@ extern void fsnotify_init_mark(struct fsnotify_mark *mark,
760760
/* Find mark belonging to given group in the list of marks */
761761
extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
762762
struct fsnotify_group *group);
763-
/* Get cached fsid of filesystem containing object */
764-
extern int fsnotify_get_conn_fsid(const struct fsnotify_mark_connector *conn,
765-
__kernel_fsid_t *fsid);
766763
/* attach the mark to the object */
767764
extern int fsnotify_add_mark(struct fsnotify_mark *mark,
768765
fsnotify_connp_t *connp, unsigned int obj_type,

0 commit comments

Comments
 (0)