Message ID | 20241112213842.GC3387508@ZenIV (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dquot.c: get rid of include ../internal.h | expand |
On Tue 12-11-24 21:38:42, Al Viro wrote: > Ugh, indeed - and not needed nearly a decade. It had been > added for the sake of inode_sb_list_lock and that spinlock had become > a per-superblock (->s_inode_list_lock) in March 2015... > > Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Thanks! Added to my tree. Honza > --- > fs/quota/dquot.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c > index b40410cd39af..3dd8d6f27725 100644 > --- a/fs/quota/dquot.c > +++ b/fs/quota/dquot.c > @@ -80,7 +80,6 @@ > #include <linux/quotaops.h> > #include <linux/blkdev.h> > #include <linux/sched/mm.h> > -#include "../internal.h" /* ugh */ > > #include <linux/uaccess.h> > > -- > 2.39.5 >
diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index b40410cd39af..3dd8d6f27725 100644 --- a/fs/quota/dquot.c +++ b/fs/quota/dquot.c @@ -80,7 +80,6 @@ #include <linux/quotaops.h> #include <linux/blkdev.h> #include <linux/sched/mm.h> -#include "../internal.h" /* ugh */ #include <linux/uaccess.h>
Ugh, indeed - and not needed nearly a decade. It had been added for the sake of inode_sb_list_lock and that spinlock had become a per-superblock (->s_inode_list_lock) in March 2015... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> --- fs/quota/dquot.c | 1 - 1 file changed, 1 deletion(-)