https://github.com/torvalds/linux
Revision 3be542d464c9abdfa50ecd276a7f14906cc09107 authored by Linus Torvalds on 20 July 2013, 17:48:24 UTC, committed by Linus Torvalds on 20 July 2013, 17:48:24 UTC
Pull NFS client bugfixes from Trond Myklebust:
 - Fix a regression against NFSv4 FreeBSD servers when creating a new
   file
 - Fix another regression in rpc_client_register()

* tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  NFSv4: Fix a regression against the FreeBSD server
  SUNRPC: Fix another issue with rpc_client_register()
2 parent s 90290c4 + b4a2cf7
Raw File
Tip revision: 3be542d464c9abdfa50ecd276a7f14906cc09107 authored by Linus Torvalds on 20 July 2013, 17:48:24 UTC
Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Tip revision: 3be542d
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top