]> git.baikalelectronics.ru Git - kernel.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)
commit23a576e6d3f2e54f76a2f6a1fdc4510accf92069
treedbdc059fe6c867cf4f150c268501011bb06330fc
parent881b693cadf088daabc9cf57633a1e15f945db4b
overlayfs: remove now unnecessary header file include

This removes the extra include header file that was added in commit
753c809fbd1b "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