Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4ecfb6fb
Commit
4ecfb6fb
authored
Sep 11, 2009
by
Alexey Dobriyan
Committed by
James Toy
Sep 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by:
Andrew Morton
<
akpm@linux-foundation.org
>
parent
9b414daa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/jffs2/super.c
fs/jffs2/super.c
+1
-1
fs/nilfs2/super.c
fs/nilfs2/super.c
+1
-1
No files found.
fs/jffs2/super.c
View file @
4ecfb6fb
...
...
@@ -123,7 +123,7 @@ static struct dentry *jffs2_get_parent(struct dentry *child)
return
d_obtain_alias
(
jffs2_iget
(
child
->
d_inode
->
i_sb
,
pino
));
}
static
struct
export_operations
jffs2_export_ops
=
{
static
const
struct
export_operations
jffs2_export_ops
=
{
.
get_parent
=
jffs2_get_parent
,
.
fh_to_dentry
=
jffs2_fh_to_dentry
,
.
fh_to_parent
=
jffs2_fh_to_parent
,
...
...
fs/nilfs2/super.c
View file @
4ecfb6fb
...
...
@@ -560,7 +560,7 @@ nilfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len,
nilfs_nfs_get_inode
);
}
static
struct
export_operations
nilfs_export_ops
=
{
static
const
struct
export_operations
nilfs_export_ops
=
{
.
fh_to_dentry
=
nilfs_fh_to_dentry
,
.
fh_to_parent
=
nilfs_fh_to_parent
,
.
get_parent
=
nilfs_get_parent
,
...
...
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