Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42639
b: refs/heads/master
c: 822191a
h: refs/heads/master
i:
  42637: cd8ac60
  42635: 3b1c5bb
  42631: cbb08f7
  42623: ac99c8d
v: v3
  • Loading branch information
Andrey Mirkin authored and Linus Torvalds committed Dec 7, 2006
1 parent 3217fb6 commit aa7ba05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a1e85378ba50694cf8f27b190c7e16d7c8dad276
refs/heads/master: 822191a2fa1584a29c3224ab328507adcaeac1ab
2 changes: 1 addition & 1 deletion trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ asmlinkage long compat_sys_mount(char __user * dev_name, char __user * dir_name,

retval = -EINVAL;

if (type_page) {
if (type_page && data_page) {
if (!strcmp((char *)type_page, SMBFS_NAME)) {
do_smb_super_data_conv((void *)data_page);
} else if (!strcmp((char *)type_page, NCPFS_NAME)) {
Expand Down

0 comments on commit aa7ba05

Please sign in to comment.