aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2008-11-18 02:52:37 -0500
committerJames Morris <jmorris@namei.org>2008-11-18 02:52:37 -0500
commitf3a5c547012a09f38f7c27b17a8e3150b69cd259 (patch)
tree4d1d47382a4a445fc7ef7431bcf5d06b7cca8539 /Documentation/kernel-parameters.txt
parente50a906e0200084f04f8f3b7c3a14b0442d1347f (diff)
parent4e14e833ac3b97a4aa8803eea49f899adc5bb5f4 (diff)
Merge branch 'master' into next
Conflicts: fs/cifs/misc.c Merge to resolve above, per the patch below. Signed-off-by: James Morris <jmorris@namei.org> diff --cc fs/cifs/misc.c index ec36410,addd1dc..0000000 --- a/fs/cifs/misc.c +++ b/fs/cifs/misc.c @@@ -347,13 -338,13 +338,13 @@@ header_assemble(struct smb_hdr *buffer /* BB Add support for establishing new tCon and SMB Session */ /* with userid/password pairs found on the smb session */ /* for other target tcp/ip addresses BB */ - if (current->fsuid != treeCon->ses->linux_uid) { + if (current_fsuid() != treeCon->ses->linux_uid) { cFYI(1, ("Multiuser mode and UID " "did not match tcon uid")); - read_lock(&GlobalSMBSeslock); - list_for_each(temp_item, &GlobalSMBSessionList) { - ses = list_entry(temp_item, struct cifsSesInfo, cifsSessionList); + read_lock(&cifs_tcp_ses_lock); + list_for_each(temp_item, &treeCon->ses->server->smb_ses_list) { + ses = list_entry(temp_item, struct cifsSesInfo, smb_ses_list); - if (ses->linux_uid == current->fsuid) { + if (ses->linux_uid == current_fsuid()) { if (ses->server == treeCon->ses->server) { cFYI(1, ("found matching uid substitute right smb_uid")); buffer->Uid = ses->Suid;
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index b3b82f92f1dd..4974fbe546bc 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -629,7 +629,7 @@ and is between 256 and 4096 characters. It is defined in the file
629 629
630 digiepca= [HW,SERIAL] 630 digiepca= [HW,SERIAL]
631 See drivers/char/README.epca and 631 See drivers/char/README.epca and
632 Documentation/digiepca.txt. 632 Documentation/serial/digiepca.txt.
633 633
634 disable_mtrr_cleanup [X86] 634 disable_mtrr_cleanup [X86]
635 enable_mtrr_cleanup [X86] 635 enable_mtrr_cleanup [X86]
@@ -740,7 +740,7 @@ and is between 256 and 4096 characters. It is defined in the file
740 See header of drivers/scsi/fdomain.c. 740 See header of drivers/scsi/fdomain.c.
741 741
742 floppy= [HW] 742 floppy= [HW]
743 See Documentation/floppy.txt. 743 See Documentation/blockdev/floppy.txt.
744 744
745 force_pal_cache_flush 745 force_pal_cache_flush
746 [IA-64] Avoid check_sal_cache_flush which may hang on 746 [IA-64] Avoid check_sal_cache_flush which may hang on
@@ -1101,7 +1101,7 @@ and is between 256 and 4096 characters. It is defined in the file
1101 the same attribute, the last one is used. 1101 the same attribute, the last one is used.
1102 1102
1103 load_ramdisk= [RAM] List of ramdisks to load from floppy 1103 load_ramdisk= [RAM] List of ramdisks to load from floppy
1104 See Documentation/ramdisk.txt. 1104 See Documentation/blockdev/ramdisk.txt.
1105 1105
1106 lockd.nlm_grace_period=P [NFS] Assign grace period. 1106 lockd.nlm_grace_period=P [NFS] Assign grace period.
1107 Format: <integer> 1107 Format: <integer>
@@ -1600,7 +1600,7 @@ and is between 256 and 4096 characters. It is defined in the file
1600 1600
1601 pcd. [PARIDE] 1601 pcd. [PARIDE]
1602 See header of drivers/block/paride/pcd.c. 1602 See header of drivers/block/paride/pcd.c.
1603 See also Documentation/paride.txt. 1603 See also Documentation/blockdev/paride.txt.
1604 1604
1605 pci=option[,option...] [PCI] various PCI subsystem options: 1605 pci=option[,option...] [PCI] various PCI subsystem options:
1606 off [X86] don't probe for the PCI bus 1606 off [X86] don't probe for the PCI bus
@@ -1701,7 +1701,7 @@ and is between 256 and 4096 characters. It is defined in the file
1701 pcmv= [HW,PCMCIA] BadgePAD 4 1701 pcmv= [HW,PCMCIA] BadgePAD 4
1702 1702
1703 pd. [PARIDE] 1703 pd. [PARIDE]
1704 See Documentation/paride.txt. 1704 See Documentation/blockdev/paride.txt.
1705 1705
1706 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at 1706 pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
1707 boot time. 1707 boot time.
@@ -1709,10 +1709,10 @@ and is between 256 and 4096 characters. It is defined in the file
1709 See arch/parisc/kernel/pdc_chassis.c 1709 See arch/parisc/kernel/pdc_chassis.c
1710 1710
1711 pf. [PARIDE] 1711 pf. [PARIDE]
1712 See Documentation/paride.txt. 1712 See Documentation/blockdev/paride.txt.
1713 1713
1714 pg. [PARIDE] 1714 pg. [PARIDE]
1715 See Documentation/paride.txt. 1715 See Documentation/blockdev/paride.txt.
1716 1716
1717 pirq= [SMP,APIC] Manual mp-table setup 1717 pirq= [SMP,APIC] Manual mp-table setup
1718 See Documentation/x86/i386/IO-APIC.txt. 1718 See Documentation/x86/i386/IO-APIC.txt.
@@ -1782,7 +1782,7 @@ and is between 256 and 4096 characters. It is defined in the file
1782 1782
1783 prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk 1783 prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk
1784 before loading. 1784 before loading.
1785 See Documentation/ramdisk.txt. 1785 See Documentation/blockdev/ramdisk.txt.
1786 1786
1787 psmouse.proto= [HW,MOUSE] Highest PS2 mouse protocol extension to 1787 psmouse.proto= [HW,MOUSE] Highest PS2 mouse protocol extension to
1788 probe for; one of (bare|imps|exps|lifebook|any). 1788 probe for; one of (bare|imps|exps|lifebook|any).
@@ -1802,7 +1802,7 @@ and is between 256 and 4096 characters. It is defined in the file
1802 <io>,<mss_io>,<mss_irq>,<mss_dma>,<mpu_io>,<mpu_irq> 1802 <io>,<mss_io>,<mss_irq>,<mss_dma>,<mpu_io>,<mpu_irq>
1803 1803
1804 pt. [PARIDE] 1804 pt. [PARIDE]
1805 See Documentation/paride.txt. 1805 See Documentation/blockdev/paride.txt.
1806 1806
1807 pty.legacy_count= 1807 pty.legacy_count=
1808 [KNL] Number of legacy pty's. Overwrites compiled-in 1808 [KNL] Number of legacy pty's. Overwrites compiled-in
@@ -1816,10 +1816,10 @@ and is between 256 and 4096 characters. It is defined in the file
1816 See Documentation/md.txt. 1816 See Documentation/md.txt.
1817 1817
1818 ramdisk_blocksize= [RAM] 1818 ramdisk_blocksize= [RAM]
1819 See Documentation/ramdisk.txt. 1819 See Documentation/blockdev/ramdisk.txt.
1820 1820
1821 ramdisk_size= [RAM] Sizes of RAM disks in kilobytes 1821 ramdisk_size= [RAM] Sizes of RAM disks in kilobytes
1822 See Documentation/ramdisk.txt. 1822 See Documentation/blockdev/ramdisk.txt.
1823 1823
1824 rcupdate.blimit= [KNL,BOOT] 1824 rcupdate.blimit= [KNL,BOOT]
1825 Set maximum number of finished RCU callbacks to process 1825 Set maximum number of finished RCU callbacks to process
@@ -2151,7 +2151,7 @@ and is between 256 and 4096 characters. It is defined in the file
2151 See Documentation/sonypi.txt 2151 See Documentation/sonypi.txt
2152 2152
2153 specialix= [HW,SERIAL] Specialix multi-serial port adapter 2153 specialix= [HW,SERIAL] Specialix multi-serial port adapter
2154 See Documentation/specialix.txt. 2154 See Documentation/serial/specialix.txt.
2155 2155
2156 spia_io_base= [HW,MTD] 2156 spia_io_base= [HW,MTD]
2157 spia_fio_base= 2157 spia_fio_base=