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
195eae95
Commit
195eae95
authored
Jun 17, 2003
by
Jesse Barnes
Committed by
David Mosberger
Jun 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ia64: hwgfs fix for sn2
Small fix for hwgfs on sn2.
parent
07a57e67
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
16 deletions
+5
-16
arch/ia64/sn/io/hwgfs/hcl.c
arch/ia64/sn/io/hwgfs/hcl.c
+5
-16
No files found.
arch/ia64/sn/io/hwgfs/hcl.c
View file @
195eae95
...
@@ -113,22 +113,10 @@ static int hcl_ioctl(struct inode * inode, struct file * file,
...
@@ -113,22 +113,10 @@ static int hcl_ioctl(struct inode * inode, struct file * file,
}
}
struct
file_operations
hcl_fops
=
{
struct
file_operations
hcl_fops
=
{
(
struct
module
*
)
0
,
.
owner
=
(
struct
module
*
)
0
,
NULL
,
/* lseek - default */
.
ioctl
=
hcl_ioctl
,
NULL
,
/* read - general block-dev read */
.
open
=
hcl_open
,
NULL
,
/* write - general block-dev write */
.
release
=
hcl_close
,
NULL
,
/* readdir - bad */
NULL
,
/* poll */
hcl_ioctl
,
/* ioctl */
NULL
,
/* mmap */
hcl_open
,
/* open */
NULL
,
/* flush */
hcl_close
,
/* release */
NULL
,
/* fsync */
NULL
,
/* fasync */
NULL
,
/* lock */
NULL
,
/* readv */
NULL
,
/* writev */
};
};
...
@@ -258,6 +246,7 @@ hwgraph_fastinfo_get(vertex_hdl_t de)
...
@@ -258,6 +246,7 @@ hwgraph_fastinfo_get(vertex_hdl_t de)
if
(
!
de
)
{
if
(
!
de
)
{
printk
(
KERN_WARNING
"HCL: hwgraph_fastinfo_get handle given is NULL.
\n
"
);
printk
(
KERN_WARNING
"HCL: hwgraph_fastinfo_get handle given is NULL.
\n
"
);
dump_stack
();
return
(
-
1
);
return
(
-
1
);
}
}
...
...
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