summaryrefslogtreecommitdiff
path: root/fs/quota/dquot.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2024-11-12 21:38:42 +0000
committerJan Kara <jack@suse.cz>2024-11-13 15:24:08 +0100
commit344044d8c9e256f86d51fd30212dd63ecb9f3333 (patch)
tree2630df0d5cce49bd365edc9bb9272e65c4a32801 /fs/quota/dquot.c
parent0b5bbeee4de616a268db77e2f40f19ab010a367b (diff)
downloadlwn-344044d8c9e256f86d51fd30212dd63ecb9f3333.tar.gz
lwn-344044d8c9e256f86d51fd30212dd63ecb9f3333.zip
dquot.c: get rid of include ../internal.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> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://patch.msgid.link/20241112213842.GC3387508@ZenIV
Diffstat (limited to 'fs/quota/dquot.c')
-rw-r--r--fs/quota/dquot.c1
1 files changed, 0 insertions, 1 deletions
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>