Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
[platform/kernel/linux-rpi.git] / fs / namei.c
index 6571a5f..8bacc39 100644 (file)
@@ -4332,6 +4332,7 @@ SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname
  * The worst of all namespace operations - renaming directory. "Perverted"
  * doesn't even start to describe it. Somebody in UCB had a heck of a trip...
  * Problems:
+ *
  *     a) we can get into loop creation.
  *     b) race potential - two innocent renames can create a loop together.
  *        That's where 4.4 screws up. Current fix: serialization on