[git pull] a couple of fixes

From: Al Viro
Date: Fri Feb 09 2018 - 20:19:15 EST



The following changes since commit ce4bb04cae8924792ed92f4af2793b77fc986f0e:

Fix a leak in socket(2) when we fail to allocate a file descriptor. (2018-01-10 18:47:05 -0500)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

for you to fetch changes up to cf5eebae2cd28d37581507668605f4d23cd7218d:

seq_file: fix incomplete reset on read from zero offset (2018-01-20 02:31:15 -0500)

----------------------------------------------------------------
Ivan Vecera (1):
kernfs: fix regression in kernfs_fop_write caused by wrong type

Miklos Szeredi (1):
seq_file: fix incomplete reset on read from zero offset

fs/kernfs/file.c | 2 +-
fs/seq_file.c | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)