On Wed, Dec 08, 2021 at 10:30:52AM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> > > Instead of referencing the inode from a dentry via dentry->d_inode, use > the helper function d_inode(dentry) instead. This is the considered the > correct way to access it. > > Reported-by: Christian Brauner <christian.brauner@xxxxxxxxxx> > Reported: https://lore.kernel.org/all/20211208104454.nhxyvmmn6d2qhpwl@wittgenstein/ > Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > --- It's honestly not that big of a deal but yeah, looks good! :) Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>