Skip to content

Commit a488bc1

Browse files
YueHaibingjankara
authored andcommitted
fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()
This is never used, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <20230725135528.25996-1-yuehaibing@huawei.com>
1 parent 5d0c230 commit a488bc1

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)