[PATCH 3/8] rpdfs: remove unused ino member of rpdfs_inode_info
Valerie Aurora <[email protected]> Fri, 24 Apr 2026 16:05:15 +0200
| Newsgroups | dev.linux.lists.rpdfs-devel |
|---|---|
| Message-ID | <[email protected]> |
The ino field in rpdfs_inode_info is superseded by the ig.ino field and no longer necessary. Signed-off-by: Valerie Aurora <[email protected]> --- fs/rpdfs/inode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/rpdfs/inode.h b/fs/rpdfs/inode.h index 9ad451b00f9a..3b0be2d83e61 100644 --- a/fs/rpdfs/inode.h +++ b/fs/rpdfs/inode.h @@ -11,7 +11,6 @@ struct rpdfs_transaction; #include "txn.h" struct rpdfs_inode_info { - u64 ino; /* updating vfs inode when wcount is older than block contents */ seqlock_t refresh_seqlock; -- 2.49.0