]> 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)
commit03313d96338a9d4a2eec3f7c706f9a6a00db80cb
treedbdc059fe6c867cf4f150c268501011bb06330fc
parent63196662b3f0948d4f84c1ddd6fe8f421f265da8
overlayfs: remove now unnecessary header file include

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