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
78de000f
Commit
78de000f
authored
Apr 02, 2004
by
Nathan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Reenable non-block flag for DMAPI.
SGI Modid: xfs-linux:xfs-kern:169038a
parent
79ef517b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
fs/xfs/linux/xfs_iops.c
fs/xfs/linux/xfs_iops.c
+4
-0
No files found.
fs/xfs/linux/xfs_iops.c
View file @
78de000f
...
...
@@ -536,6 +536,10 @@ linvfs_setattr(
if
(
ia_valid
&
(
ATTR_MTIME_SET
|
ATTR_ATIME_SET
))
flags
=
ATTR_UTIME
;
#ifdef ATTR_NO_BLOCK
if
((
ia_valid
&
ATTR_NO_BLOCK
))
flags
|=
ATTR_NONBLOCK
;
#endif
VOP_SETATTR
(
vp
,
&
vattr
,
flags
,
NULL
,
error
);
if
(
error
)
...
...
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