mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
sysfs: reposition sysfs_dirent->s_mode.
Move s_mode downward such that it's side-by-side with s_iattr which is used for the same thing. Signed-off-by: Tejun Heo <htejun@gmail.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
5a7ad7f044
commit
b13dc89c5a
1 changed files with 1 additions and 1 deletions
|
@ -39,8 +39,8 @@ struct sysfs_dirent {
|
||||||
} s_elem;
|
} s_elem;
|
||||||
|
|
||||||
unsigned int s_flags;
|
unsigned int s_flags;
|
||||||
umode_t s_mode;
|
|
||||||
ino_t s_ino;
|
ino_t s_ino;
|
||||||
|
umode_t s_mode;
|
||||||
struct iattr *s_iattr;
|
struct iattr *s_iattr;
|
||||||
atomic_t s_event;
|
atomic_t s_event;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue