Displaying 8 results from an estimated 8 matches for "trace_printk".
2011 Nov 09
12
WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
Hello,
I''m seeing a lot of warnings in dmesg with a BTRFS filesystem. I''m using
the 3.1 kernel, I found a patch for these warnings (
http://marc.info/?l=linux-btrfs&m=131547325515336&w=2)
<http://marc.info/?l=linux-btrfs&m=131547325515336&w=2>, but that patch
has already been included in 3.1. Are there any other patches I can try?
I''m using
2012 Jul 31
2
Btrfs Intermittent ENOSPC Issues
...uot;Btrfs: flush delayed
inodes if we''re short on space" patch.
I haven''t isolated a root cause, but here''s the feedback I have so far.
(1) My test case won''t generate ENOSPC issues with lzo compression or
no compression.
(2) I''ve inserted some trace_printk debugging statements to trace
back the call stack, and the ENOSPC errors only seem to occur on a new
transaction: vfs_create -> btrfs_create -> btrfs_start_transaction ->
start_transaction -> btrfs_block_rsv_add -> reserve_metadata_bytes.
(3) The ENOSPC condition will usually clear...
2013 May 29
0
DAHDI-Linux and DAHDI-Tools 2.7.0-rc1 Now Available
...tyle: fix an improper line break.
xpp: fix "non-const" index, right header, indent
Matthew Fredrickson:
wcb4xxp: Support for when network side deactivates layer1.
Russ Meyerriecks:
wcte13xp: New driver for digium's te13x product range
dahdi: Do not define trace_printk if CONFIG_TRACING is not defined.
dahdi: Fix unused variable compile warning
Kbuild: Fix OSLEC build error
Merge tag 'review-sysfs-chan' of http://git.tzafrir.org.il/git/dahdi-linux into for-trunk
dahdi: Remove 'getlin_lastchunk' from struct dahdi_chan....
2013 May 29
0
DAHDI-Linux and DAHDI-Tools 2.7.0-rc1 Now Available
...tyle: fix an improper line break.
xpp: fix "non-const" index, right header, indent
Matthew Fredrickson:
wcb4xxp: Support for when network side deactivates layer1.
Russ Meyerriecks:
wcte13xp: New driver for digium's te13x product range
dahdi: Do not define trace_printk if CONFIG_TRACING is not defined.
dahdi: Fix unused variable compile warning
Kbuild: Fix OSLEC build error
Merge tag 'review-sysfs-chan' of http://git.tzafrir.org.il/git/dahdi-linux into for-trunk
dahdi: Remove 'getlin_lastchunk' from struct dahdi_chan....
2013 Jun 07
0
DAHDI-Linux and DAHDI-Tools 2.7.0 Now Available
...tyle: fix an improper line break.
xpp: fix "non-const" index, right header, indent
Matthew Fredrickson:
wcb4xxp: Support for when network side deactivates layer1.
Russ Meyerriecks:
wcte13xp: New driver for digium's te13x product range
dahdi: Do not define trace_printk if CONFIG_TRACING is not defined.
dahdi: Fix unused variable compile warning
Kbuild: Fix OSLEC build error
Merge tag 'review-sysfs-chan' of http://git.tzafrir.org.il/git/dahdi-linux into for-trunk
dahdi: Remove 'getlin_lastchunk' from struct dahdi_chan....
2013 Jun 07
0
DAHDI-Linux and DAHDI-Tools 2.7.0 Now Available
...tyle: fix an improper line break.
xpp: fix "non-const" index, right header, indent
Matthew Fredrickson:
wcb4xxp: Support for when network side deactivates layer1.
Russ Meyerriecks:
wcte13xp: New driver for digium's te13x product range
dahdi: Do not define trace_printk if CONFIG_TRACING is not defined.
dahdi: Fix unused variable compile warning
Kbuild: Fix OSLEC build error
Merge tag 'review-sysfs-chan' of http://git.tzafrir.org.il/git/dahdi-linux into for-trunk
dahdi: Remove 'getlin_lastchunk' from struct dahdi_chan....
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/acpi/Kconfig | 8 +-
drivers/ata/Kconfig | 12 +--
drivers/auxdisplay/Kconfig | 14 +--
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/acpi/Kconfig | 8 +-
drivers/ata/Kconfig | 12 +--
drivers/auxdisplay/Kconfig | 14 +--