]> asedeno.scripts.mit.edu Git - linux.git/commit
overlayfs: remove now unnecessary header file include
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Mar 2017 18:42:13 +0000 (10:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Mar 2017 18:42:13 +0000 (10:42 -0800)
commit04bb94b13c02e9dbc92d622cddf88937127bd7ed
treedbdc059fe6c867cf4f150c268501011bb06330fc
parentbd0f9b356d00aa241ced36fb075a07041c28d3b8
overlayfs: remove now unnecessary header file include

This removes the extra include header file that was added in commit
e58bc927835a "Pull overlayfs updates from Miklos Szeredi" now that it
is no longer needed.

There are probably other such includes that got added during the
scheduler header splitup series, but this is the one that annoyed me
personally and I know about.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/overlayfs/util.c