Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143778
b: refs/heads/master
c: 38e23c9
h: refs/heads/master
v: v3
  • Loading branch information
Tetsuo Handa authored and Al Viro committed Apr 21, 2009
1 parent b78e310 commit 52fc326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2eae7a1874ca5be3232765d89e0250a449f1bc90
refs/heads/master: 38e23c95f92a84fb8505a9f572b8a209c9c372c1
2 changes: 1 addition & 1 deletion trunk/fs/filesystems.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2)
return retval;
}

int get_filesystem_list(char * buf)
int __init get_filesystem_list(char *buf)
{
int len = 0;
struct file_system_type * tmp;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,7 @@ struct ctl_table;
int proc_nr_files(struct ctl_table *table, int write, struct file *filp,
void __user *buffer, size_t *lenp, loff_t *ppos);

int get_filesystem_list(char * buf);
int __init get_filesystem_list(char *buf);

#endif /* __KERNEL__ */
#endif /* _LINUX_FS_H */

0 comments on commit 52fc326

Please sign in to comment.