Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
c9a94a3d
Commit
c9a94a3d
authored
Sep 23, 2003
by
Stephen Lord
Committed by
Stephen Lord
Sep 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] remove unused va_fsid field
SGI Modid: 2.5.x-xfs:slinx:158823a
parent
05935591
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
fs/xfs/linux/xfs_vnode.h
fs/xfs/linux/xfs_vnode.h
+0
-1
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.c
+0
-1
No files found.
fs/xfs/linux/xfs_vnode.h
View file @
c9a94a3d
...
...
@@ -378,7 +378,6 @@ typedef struct vattr {
mode_t
va_mode
;
/* file access mode */
uid_t
va_uid
;
/* owner user id */
gid_t
va_gid
;
/* owner group id */
xfs_dev_t
va_fsid
;
/* file system id (dev for now) */
xfs_ino_t
va_nodeid
;
/* node id */
nlink_t
va_nlink
;
/* number of references to file */
xfs_off_t
va_size
;
/* file size in bytes */
...
...
fs/xfs/xfs_vnodeops.c
View file @
c9a94a3d
...
...
@@ -151,7 +151,6 @@ xfs_getattr(
}
vap
->
va_nblocks
=
XFS_FSB_TO_BB
(
mp
,
ip
->
i_d
.
di_nblocks
+
ip
->
i_delayed_blks
);
vap
->
va_fsid
=
mp
->
m_dev
;
vap
->
va_nodeid
=
ip
->
i_ino
;
#if XFS_BIG_INUMS
vap
->
va_nodeid
+=
mp
->
m_inoadd
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment