diff options
| author | 2016-05-11 15:16:36 -0700 | |
|---|---|---|
| committer | 2016-05-12 16:55:50 -0400 | |
| commit | a00839395103d5e2d132a6c4a9680256580ed3d1 (patch) | |
| tree | f45b3fdcdfcf65d722d3cf083527f876ebd1ea0d /include/linux | |
| parent | ecryptfs_lookup(): try either only encrypted or plaintext name (diff) | |
coredump: get rid of coredump_params->written
cprm->written is redundant with cprm->file->f_pos, so use that instead.
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/binfmts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 576e4639ca60..39c6d6e1234e 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h @@ -64,7 +64,6 @@ struct coredump_params { struct file *file; unsigned long limit; unsigned long mm_flags; - loff_t written; }; /* |
