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
a8dade34
Commit
a8dade34
authored
Oct 24, 2010
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unexport invalidate_inodes
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
61ebdb42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
fs/inode.c
fs/inode.c
+0
-1
fs/internal.h
fs/internal.h
+5
-0
include/linux/fs.h
include/linux/fs.h
+0
-1
No files found.
fs/inode.c
View file @
a8dade34
...
...
@@ -417,7 +417,6 @@ int invalidate_inodes(struct super_block *sb)
return
busy
;
}
EXPORT_SYMBOL
(
invalidate_inodes
);
static
int
can_unuse
(
struct
inode
*
inode
)
{
...
...
fs/internal.h
View file @
a8dade34
...
...
@@ -101,3 +101,8 @@ extern void put_super(struct super_block *sb);
struct
nameidata
;
extern
struct
file
*
nameidata_to_filp
(
struct
nameidata
*
);
extern
void
release_open_intent
(
struct
nameidata
*
);
/*
* inode.c
*/
extern
int
invalidate_inodes
(
struct
super_block
*
);
include/linux/fs.h
View file @
a8dade34
...
...
@@ -2082,7 +2082,6 @@ extern int check_disk_change(struct block_device *);
extern
int
__invalidate_device
(
struct
block_device
*
);
extern
int
invalidate_partition
(
struct
gendisk
*
,
int
);
#endif
extern
int
invalidate_inodes
(
struct
super_block
*
);
unsigned
long
invalidate_mapping_pages
(
struct
address_space
*
mapping
,
pgoff_t
start
,
pgoff_t
end
);
...
...
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