Linux 3.6.6

2012-11-05 Thread Greg KH
gpio-timberdale: fix a potential wrapping issue David Zafman (1): ceph: fix dentry reference leak in encode_fh() Eric Sandeen (1): ext4: fix unjournaled inode bitmap modification Greg Kroah-Hartman (1): Linux 3.6.6 Herton Ronaldo Krzesinski (3): floppy: don&#

Re: Linux 3.6.6

2012-11-05 Thread Greg KH
diff --git a/Makefile b/Makefile index 6e4a00d..471b83c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 6 -SUBLEVEL = 5 +SUBLEVEL = 6 EXTRAVERSION = NAME = Terrified Chipmunk diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index f3b44a6..54f35d1c0 100644 ---