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
835f446a
Commit
835f446a
authored
Apr 20, 2003
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] devfs: warn on block modes in devfs_register
parent
a648f51e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
fs/devfs/base.c
fs/devfs/base.c
+1
-0
No files found.
fs/devfs/base.c
View file @
835f446a
...
@@ -1456,6 +1456,7 @@ devfs_handle_t devfs_register (devfs_handle_t dir, const char *name,
...
@@ -1456,6 +1456,7 @@ devfs_handle_t devfs_register (devfs_handle_t dir, const char *name,
/* we don't accept any flags anymore. prototype will change soon. */
/* we don't accept any flags anymore. prototype will change soon. */
WARN_ON
(
flags
);
WARN_ON
(
flags
);
WARN_ON
(
dir
);
WARN_ON
(
dir
);
WARN_ON
(
!
S_ISCHR
(
mode
));
if
(
name
==
NULL
)
if
(
name
==
NULL
)
{
{
...
...
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