aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r--fs/btrfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 0517bd70b04c..9db64165123a 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -216,7 +216,7 @@ void __btrfs_abort_transaction(struct btrfs_trans_handle *trans,
216 struct btrfs_root *root, const char *function, 216 struct btrfs_root *root, const char *function,
217 unsigned int line, int errno) 217 unsigned int line, int errno)
218{ 218{
219 WARN_ON_ONCE(1); 219 WARN_ONCE(1, KERN_DEBUG "btrfs: Transaction aborted");
220 trans->aborted = errno; 220 trans->aborted = errno;
221 /* Nothing used. The other threads that have joined this 221 /* Nothing used. The other threads that have joined this
222 * transaction may be able to continue. */ 222 * transaction may be able to continue. */