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
Kirill Smelkov
linux
Commits
44da9767
Commit
44da9767
authored
Jun 24, 2019
by
Kent Overstreet
Committed by
Kent Overstreet
Oct 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bcachefs: add inode_generation_to_text method
Signed-off-by:
Kent Overstreet
<
kent.overstreet@linux.dev
>
parent
2ded276b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
fs/bcachefs/inode.c
fs/bcachefs/inode.c
+3
-0
No files found.
fs/bcachefs/inode.c
View file @
44da9767
...
...
@@ -246,6 +246,9 @@ const char *bch2_inode_generation_invalid(const struct bch_fs *c,
void
bch2_inode_generation_to_text
(
struct
printbuf
*
out
,
struct
bch_fs
*
c
,
struct
bkey_s_c
k
)
{
struct
bkey_s_c_inode_generation
gen
=
bkey_s_c_to_inode_generation
(
k
);
pr_buf
(
out
,
"generation: %u"
,
le32_to_cpu
(
gen
.
v
->
bi_generation
));
}
void
bch2_inode_init
(
struct
bch_fs
*
c
,
struct
bch_inode_unpacked
*
inode_u
,
...
...
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