diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index 22f1010bf79f9f40cb9557d100694f2af9397f74..088b011bb97e2882892a766a94b9bcac2894d984 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -285,6 +285,9 @@ static int ext2_show_options(struct seq_file *seq, struct vfsmount *vfs)
 		seq_puts(seq, ",xip");
 #endif
 
+	if (!test_opt(sb, RESERVATION))
+		seq_puts(seq, ",noreservation");
+
 	return 0;
 }