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
69d387d2
Commit
69d387d2
authored
Apr 22, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-isdn.bkbits.net/linux-2.5.isdn
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
c1dae1cd
44f03ae3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
fs/nfsd/vfs.c
fs/nfsd/vfs.c
+0
-2
init/main.c
init/main.c
+1
-6
No files found.
fs/nfsd/vfs.c
View file @
69d387d2
...
...
@@ -1127,9 +1127,7 @@ nfsd_symlink(struct svc_rqst *rqstp, struct svc_fh *fhp,
iap
->
ia_valid
|=
ATTR_CTIME
;
iap
->
ia_mode
=
(
iap
->
ia_mode
&
S_IALLUGO
)
|
S_IFLNK
;
down
(
&
dentry
->
d_inode
->
i_sem
);
err
=
notify_change
(
dnew
,
iap
);
up
(
&
dentry
->
d_inode
->
i_sem
);
if
(
!
err
&&
EX_ISSYNC
(
fhp
->
fh_export
))
write_inode_now
(
dentry
->
d_inode
,
1
);
}
...
...
init/main.c
View file @
69d387d2
...
...
@@ -271,13 +271,8 @@ static void __init smp_init(void)
#else
#define smp_init() do { } while (0)
#endif
static
inline
void
setup_per_cpu_areas
(
void
)
{
}
static
inline
void
setup_per_cpu_areas
(
void
)
{
}
static
inline
void
setup_per_cpu_areas
(
void
)
{
}
#else
...
...
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