]> Git Repo - J-linux.git/commitdiff
dquot.c: get rid of include ../internal.h
authorAl Viro <[email protected]>
Tue, 12 Nov 2024 21:38:42 +0000 (21:38 +0000)
committerJan Kara <[email protected]>
Wed, 13 Nov 2024 14:24:08 +0000 (15:24 +0100)
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 <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Link: https://patch.msgid.link/20241112213842.GC3387508@ZenIV
fs/quota/dquot.c

index b40410cd39af421549f798e6f37118cd94661188..3dd8d6f277253853decf987b0df1d8b3fa9a7df5 100644 (file)
@@ -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>
 
This page took 0.053305 seconds and 4 git commands to generate.