-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEq1nRK9aeMoq1VSgcnJ2qBz9kQNkFAmTvGUMACgkQnJ2qBz9k
 QNmGiggA3hR0l8t2JBf/emi9yaXdAVpbjpv9TLJ1sSK5/EMn4jvwiax/1Q7LRORl
 CDG/QOgWgm7cJpPhC6VI1ME/nWvDeCuNNahh5qzrRy2eJSMr2IvNd0ASgg/pMD+f
 RQqVLY+GRMgKC1CLQrftsFABt0v79mxyPlqX+c59POYw6Z0lXhPv5p829lW9g3Cq
 ojqm39oEIRdk+eYjWMnCVAc5/aeL8BC8u6zIagwkePiSQo47qoLlCojK4ZiyoJYY
 nItE1ZaPRkFesYZRZXNSdfgFgbYDn+P0DPABrrJc51IBcmqm4khNO2f8rJe1spzG
 cmGyQblo9oWoqjrNcy1ovxiMFtDYyQ==
 =DYEW
 -----END PGP SIGNATURE-----

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()
This commit is contained in:
Linus Torvalds 2023-08-30 12:14:49 -07:00
commit 3866303449

View File

@ -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,