aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2023-07-25 21:55:28 +0800
committerJan Kara <[email protected]>2023-08-01 23:46:17 +0200
commita488bc16225efa7e3d25977ac1472c3d4cf0e958 (patch)
tree6efbab79269dfea3728c1fcfafd188119818646f
parent5d0c230f1de8c7515b6567d9afba1f196fb4e2f4 (diff)
fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()
This is never used, so can remove it. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
-rw-r--r--include/linux/fsnotify_backend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index d7d96c806bff..c0892d75ce33 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -760,9 +760,6 @@ extern void fsnotify_init_mark(struct fsnotify_mark *mark,
/* Find mark belonging to given group in the list of marks */
extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
struct fsnotify_group *group);
-/* Get cached fsid of filesystem containing object */
-extern int fsnotify_get_conn_fsid(const struct fsnotify_mark_connector *conn,
- __kernel_fsid_t *fsid);
/* attach the mark to the object */
extern int fsnotify_add_mark(struct fsnotify_mark *mark,
fsnotify_connp_t *connp, unsigned int obj_type,