On Fri, Dec 06, 2019 at 05:59:09PM -0500, Eric Snowberg wrote: > -static bool debugfs_is_locked_down(struct inode *inode, > +static int debugfs_is_locked_down(struct inode *inode, I might rename this function to debugfs_locked_down() to make it sound less like it returns a boolean. Other than that, Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>