projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f389ad
)
adi: remove unused f_version
author
Christian Brauner
<brauner@kernel.org>
Fri, 30 Aug 2024 13:04:43 +0000
(15:04 +0200)
committer
Christian Brauner
<brauner@kernel.org>
Mon, 9 Sep 2024 09:58:06 +0000
(11:58 +0200)
It's not used for adi so don't bother with it at all.
Link:
https://lore.kernel.org/r/20240830-vfs-file-f_version-v1-2-6d3e4816aa7b@kernel.org
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
drivers/char/adi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/adi.c
b/drivers/char/adi.c
index 751d7cc0da1b3be2beca3f362e3a316a7d35b33c..c091a0282ad0f222e56f2a34435d73bcb7a03995 100644
(file)
--- a/
drivers/char/adi.c
+++ b/
drivers/char/adi.c
@@
-196,7
+196,6
@@
static loff_t adi_llseek(struct file *file, loff_t offset, int whence)
if (offset != file->f_pos) {
file->f_pos = offset;
- file->f_version = 0;
ret = offset;
}